@@ -193,6 +193,7 @@ module DotHelper |
||
193 | 193 |
badge['class'] = 'badge' |
194 | 194 |
badge['href'] = events_path(agent: agent) |
195 | 195 |
badge['target'] = '_blank' |
196 |
+ badge['title'] = "#{count} events created" |
|
196 | 197 |
badge.content = count.to_s |
197 | 198 |
|
198 | 199 |
node['data-badge-id'] = id |